Gets the event source with the specified index.
HRESULT Source(VARIANT index, [out, retval] IEventSource** pVal);
Source(VARIANT index, [out, retval] IEventSource* pVal);
Sub Source(index As VARIANT, pVal As [out, retval] IEventSource*)
Parameters |
Description |
[in] VARIANT index |
The index of the source to retrieve. Valid indexes range from 1 to SourceCount. |
[out, retval] IEventSource** pVal |
The requested event source. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|